func golang.org/x/net/internal/httpsfv.consumeToken

3 uses

	golang.org/x/net/internal/httpsfv (current package)
		httpsfv.go#L442: func consumeToken(s string) (consumed, rest string, ok bool) {
		httpsfv.go#L463: 	if _, rest, ok := consumeToken(s); !ok || rest != "" {
		httpsfv.go#L653: 		return consumeToken(s)